home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Red Cats (green flavor).jar / help / sidebar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-11-04  |  689 b   |  36 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #sidebar-box {
  4.   background-color: #CDDACF;
  5. }
  6.  
  7. .box-texttab {  
  8.   -moz-binding: url("chrome://help/skin/sidebarBindings.xml#sbtab");
  9.     -moz-appearance: toolbox;
  10.   height: 15px;
  11. }
  12.  
  13. .box-texttab[selected="true"],
  14. .box-texttab[selected="true"]:hover,
  15. .box-texttab[selected="true"]:hover:active {
  16.   padding: 2px 1px 2px 7px;
  17.   font-weight: bold;
  18.   cursor: default;
  19.     color: #6E85A8 !important;
  20. }
  21.  
  22. .sbtab-label {
  23.   margin: 0 !important;
  24. }
  25.  
  26. .sbtab-twisty,
  27. .sbtab-twisty[selected="true"] {
  28.   list-style-image: none;
  29. }
  30.  
  31. /* Sidebar-searchbox */
  32.  
  33. textbox {
  34.     margin: 0 3px 1px 12px;
  35. }
  36.